home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Dolby / DISK 2 / samples / 30_sample_killer.swf / scripts / DefineButton2_20 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-10-14  |  55 b   |  4 lines

  1. on(release){
  2.    _root.main.bgm.gotoAndPlay("on");
  3. }
  4.